h1.title-one {
    font-family: "Raleway-Bold";
    margin-top: 3rem;
}

h2.title-two {
    font-family: "Raleway-Bold";
    color: #000;
    margin-top: 2rem;
}

h2.title-three {
    font-family: "Raleway-Bold";
    color: #000;
    margin-top: 2rem;
}

.modal-btn-one {
    border-radius: 8px;
    border: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    padding: 10px 25px;
    background-color: #0088b2;
    color: #000;
    font-size: 18px;
    border: none;
    font-family: "Raleway-Bold";
}

.modal-btn-two {
    border-radius: 8px;
    border: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    padding: 10px 25px;
    background-color: #0088b2;
    color: #000;
    font-size: 18px;
    border: none;
    font-family: "Raleway-Bold";
}

.modal-btn-three {
    border-radius: 8px;
    border: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    padding: 10px 25px;
    background-color: #0088b2;
    color: #000;
    font-size: 18px;
    border: none;
    font-family: "Raleway-Bold";
}

.modal-btn-one:active {
    opacity: 0.8;
}

.modal-btn-two:active {
    opacity: 0.8;
}

.modal-btn-three:active {
    opacity: 0.8;
}

button#openFirstModal {
    border-radius: 8px;
    border: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    padding: 10px 25px;
    background-color: #0088b2;
    color: #000;
    font-size: 18px;
    border: none;
    font-family: "Raleway-Bold";
    left: 7.5rem;
    position: relative;
    top: 1rem;

}button#openFirstModal
 {
    border-radius: 8px;
    border: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    padding: 10px 25px;
    background-color: #0088b2;
    color: #000;
    font-size: 18px;
    border: none;
    font-family: "Raleway-Bold";
    left: 8.5rem;
    position: relative;
    top: 1rem;
}

button#openSecondModal {
    border-radius: 8px;
    border: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    padding: 10px 25px;
    background-color: #0088b2;
    color: #000;
    font-size: 18px;
    border: none;
    font-family: "Raleway-Bold";
    left: 8rem;
    position: relative;
    top: 1rem;

}

button#openThirdModal {
    border-radius: 8px;
    border: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    padding: 10px 25px;
    background-color: #0088b2;
    color: #000;
    font-size: 18px;
    border: none;
    font-family: "Raleway-Bold";
    left: 8.5rem;
    position: relative;
    top: 1rem;
}

button#closeFirstModal {
    border-radius: 8px;
    border: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    padding: 10px 25px;
    background-color: #0088b2;
    color: #000;
    font-size: 18px;
    border: none;
    font-family: "Raleway-Bold";
}

button#closeSecondModal {
    border-radius: 8px;
    border: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    padding: 10px 25px;
    background-color: #0088b2;
    color: #000;
    font-size: 18px;
    border: none;
    font-family: "Raleway-Bold";
}

button#closeThirdModal {
    border-radius: 8px;
    border: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    padding: 10px 25px;
    background-color: #0088b2;
    color: #000;
    font-size: 18px;
    border: none;
    font-family: "Raleway-Bold";
}

.first-modal {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.second-modal {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.third-modal {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.first-modal.open {
    opacity: 1;
    z-index: 999;
}

.second-modal.open {
    opacity: 1;
    z-index: 999;
}

.third-modal.open {
    opacity: 1;
    z-index: 999;
}

.modal-inner {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    padding: 15px 25px;
    text-align: center;
    width: 50%;
}

.modal-inner h2 {
    margin: 0;
    margin-top: 0rem;
    position: relative;
    font-family: "Raleway-Bold";
    color: #000;
    left: 1rem;
}

.modal-inner p {
    line-height: 1.5rem;
    margin: 10px 0;
    font-size: 0.9rem;
}

h3.title-four {
    color: #000;
    font-family: "Raleway-Bold";
    text-align: center;
}

h3.title-five {
    color: #000;
    font-family: "Raleway-Bold";
    text-align: center;

}

h3.title-six {
    color: #000;
    font-family: "Raleway-Bold";
    text-align: center;

}

p.member-one {
    text-align: center;
}

p.member-two {
    text-align: center;
}

p.member-three {
    text-align: center;
}

.modal-img {
    width: 14rem;
    left: 0;
    top: 0;
    position: relative;
}

h2.title-three {
    font-family: "Raleway-Bold";
    color: #000;
}

footer.py-2.my-2 {
    top: 3rem;
    position: relative;
}

@media (min-width: 1025px) and (max-width: 1440px) {
    .modal-inner {
        width: 90%;
    }

}

@media (min-width: 1025px) and (max-width: 1280px) {
    button#openFirstModal {
        left: 6rem;
        position: relative;
        top: 1rem;
    }

    button#openSecondModal {
        left: 6rem;
        position: relative;
        top: 1rem;
    }

    button#openThirdModal {
        left: 6rem;
        position: relative;
        top: 1rem;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .modal-inner p {
        font-size: 14px;
    }

    button#openFirstModal {

        left: 27%;
        position: relative;
    }

    button#openSecondModal {

        left: 27%;
        position: relative;
    }

    button#openThirdModal {

        left: 27%;
        position: relative;
    }
}

@media (min-width: 426px) and (max-width: 768px) {
    .modal-inner p {
        font-size: 14px;
    }



    button#closeFirstModal {
        padding: 10px 20px;
        color: #000;
        font-size: 14px;
    }

    .modal-inner h2 {
        font-size: 24px;
        margin-top: -2rem;
    }

    .modal-inner p {
        font-size: 12px;
    }

    button#openFirstModal {
        left: 19%;
        position: relative;
    }

    button#openSecondModal {
        left: 19%;
        position: relative;
    }

    button#openThirdModal {
        left: 19%;
        position: relative;
    }
}

@media (min-width: 376px) and (max-width: 425px) {
    h3.title-five {
        margin-top: 3rem;
    }

    h3.title-six {
        margin-top: 3rem;
    }

    .modal-inner p {
        font-size: 12px;
    }

    .modal-inner h2 {
        font-size: 18px;
        margin-top: -2rem;
    }

    .modal-inner {
        padding: 5px 10px;
        width: 90%;
    }


}

@media (min-width: 321px) and (max-width: 375px) {
    h3.title-five {
        margin-top: 2rem;
    }

    h3.title-six {
        margin-top: 3rem;
    }
    button#openSecondModal {
        left: 6rem;
    }
    button#openThirdModal {
        left: 6rem;
    }
    button#openFirstModal {
        left: 6rem;
    }
}